      	FXMesher    C:\Users\KatachiHome\AppData\Roaming\MAXON\CINEMA 4D R13_05DFD2A0\plugins\DPIT Plants & Effex 2.0\res\help\EN\Effex\fx_api_classes_nodes_fxmesher.html   R                                                                                                                                   (   default.tif                  Object Header               %[code]Matrix		 GetMg				(void) const    k<b>Returns</b><br>
the global Matrix of the resulting mesh. The matrix is always given in physical space.
                   "[code]bool		 UpdateMesh 			(void)    If you change the mesh's vertices call UpdateMesh.<br></br>
<b>Returns</b><br>
true if the mesh has been successfully updated.                   A[code]static long GetTriangleCount		(const FXMesher* meshvolume)    This is a global function.
<br></br>
<b>Returns</b><br>
the amount of triangles in the passed mesher's mesh.
<br></br>
<b>Parameters</b><BR>
<i>const FXMesher* meshvolume</i>: <br>
The mesher to retrieve the triangle count from                   @[code]static long GetVertexCount			(const FXMesher* meshvolume)    This is a global function.
<br></br>
<b>Returns</b><br>
the amount of vertices in the passed mesher's mesh.
<br></br>
<b>Parameters</b><BR>
<i>const FXMesher* meshvolume</i>: <br>
The mesher to retrieve the vertices count from                  <[code]static bool HasUVdata				(const FXMesher* meshvolume)    This is a global function.
<br></br>
<b>Returns</b><br>
true if the passed mesher's mesh contains uv data.
<br></br>
<b>Parameters</b><BR>
<i>const FXMesher* meshvolume</i>: <br>
The mesher to check for uv data                                        